home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webftp / webftp30.exe / {app} / WebFtp3.exe / 0 / RCDATA / TFORMPREF / TFORMPREF.txt
Encoding:
Text File  |  2001-07-11  |  6.5 KB  |  281 lines

  1. object FormPref: TFormPref
  2.   Left = 250
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Preferences'
  7.   ClientHeight = 345
  8.   ClientWidth = 392
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 78
  22.     Top = 312
  23.     Width = 75
  24.     Height = 25
  25.     Caption = '&OK'
  26.     Default = True
  27.     TabOrder = 1
  28.     OnClick = Button1Click
  29.   end
  30.   object Button2: TButton
  31.     Left = 158
  32.     Top = 312
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = '&Cancel'
  37.     TabOrder = 2
  38.     OnClick = Button2Click
  39.   end
  40.   object PageControl1: TPageControl
  41.     Left = 0
  42.     Top = 0
  43.     Width = 393
  44.     Height = 305
  45.     ActivePage = TabSheet1
  46.     TabOrder = 0
  47.     TabStop = False
  48.     object TabSheet1: TTabSheet
  49.       Caption = 'Connection Settings'
  50.       object GroupBox1: TGroupBox
  51.         Left = 8
  52.         Top = 8
  53.         Width = 369
  54.         Height = 81
  55.         Caption = 'Connection Type'
  56.         TabOrder = 0
  57.         object Phone: TRadioButton
  58.           Left = 16
  59.           Top = 24
  60.           Width = 321
  61.           Height = 17
  62.           HelpContext = 17
  63.           Caption = 'I connect to the internet using my phoneline.'
  64.           Checked = True
  65.           TabOrder = 0
  66.           TabStop = True
  67.         end
  68.         object LAN: TRadioButton
  69.           Left = 16
  70.           Top = 48
  71.           Width = 321
  72.           Height = 17
  73.           HelpContext = 18
  74.           Caption = 'I connect to the internet using a LAN or "always on" DSL.'
  75.           TabOrder = 1
  76.         end
  77.       end
  78.       object GroupBox4: TGroupBox
  79.         Left = 8
  80.         Top = 104
  81.         Width = 369
  82.         Height = 81
  83.         Caption = 'Socket Buffer Size'
  84.         TabOrder = 1
  85.         object Label4: TLabel
  86.           Left = 32
  87.           Top = 56
  88.           Width = 57
  89.           Height = 17
  90.           AutoSize = False
  91.           Caption = 'Buffer Size:'
  92.         end
  93.         object Label5: TLabel
  94.           Left = 16
  95.           Top = 16
  96.           Width = 337
  97.           Height = 33
  98.           AutoSize = False
  99.           Caption = 
  100.             'Setting a smaller buffer can increase performance sometimes. Max' +
  101.             ' is 1514 for an ethernet connection, not recommended to go below' +
  102.             ' 512.'
  103.           WordWrap = True
  104.         end
  105.         object EditBuffer: TEdit
  106.           Left = 96
  107.           Top = 54
  108.           Width = 33
  109.           Height = 21
  110.           HelpContext = 19
  111.           TabOrder = 0
  112.           Text = '1514'
  113.           OnKeyPress = EditBufferKeyPress
  114.         end
  115.       end
  116.       object GroupBox3: TGroupBox
  117.         Left = 8
  118.         Top = 204
  119.         Width = 369
  120.         Height = 57
  121.         Caption = 'File Sharing'
  122.         TabOrder = 2
  123.         object Label3: TLabel
  124.           Left = 16
  125.           Top = 26
  126.           Width = 121
  127.           Height = 17
  128.           AutoSize = False
  129.           Caption = 'While transferring files :'
  130.         end
  131.         object ComboShare: TComboBox
  132.           Left = 128
  133.           Top = 24
  134.           Width = 233
  135.           Height = 21
  136.           HelpContext = 20
  137.           Style = csDropDownList
  138.           ItemHeight = 13
  139.           TabOrder = 0
  140.           Items.Strings = (
  141.             'Do not deny access from other applications'
  142.             'Deny read access from other applications'
  143.             'Deny write access from other applications'
  144.             'Deny all access from other applications')
  145.         end
  146.       end
  147.     end
  148.     object TabSheet2: TTabSheet
  149.       Caption = 'Timeout Settings'
  150.       ImageIndex = 1
  151.       object GroupBox2: TGroupBox
  152.         Left = 8
  153.         Top = 8
  154.         Width = 369
  155.         Height = 81
  156.         Caption = 'Timeout'
  157.         TabOrder = 0
  158.         object Label1: TLabel
  159.           Left = 24
  160.           Top = 24
  161.           Width = 145
  162.           Height = 17
  163.           AutoSize = False
  164.           Caption = 'Set connection to timeout after'
  165.         end
  166.         object Label2: TLabel
  167.           Left = 224
  168.           Top = 24
  169.           Width = 129
  170.           Height = 17
  171.           AutoSize = False
  172.           Caption = 'seconds with no activity.'
  173.         end
  174.         object Time: TEdit
  175.           Left = 172
  176.           Top = 22
  177.           Width = 33
  178.           Height = 21
  179.           HelpContext = 21
  180.           ReadOnly = True
  181.           TabOrder = 0
  182.           Text = '30'
  183.         end
  184.         object UpDown1: TUpDown
  185.           Left = 205
  186.           Top = 22
  187.           Width = 15
  188.           Height = 21
  189.           HelpContext = 21
  190.           Associate = Time
  191.           Min = 1
  192.           Max = 300
  193.           Position = 30
  194.           TabOrder = 1
  195.           Thousands = False
  196.           Wrap = False
  197.         end
  198.         object CheckTimeout: TCheckBox
  199.           Left = 24
  200.           Top = 48
  201.           Width = 137
  202.           Height = 17
  203.           HelpContext = 22
  204.           Caption = 'Disable Timeout setting'
  205.           TabOrder = 2
  206.           OnClick = CheckTimeoutClick
  207.         end
  208.       end
  209.       object GroupBox5: TGroupBox
  210.         Left = 8
  211.         Top = 104
  212.         Width = 369
  213.         Height = 81
  214.         Caption = 'Keep Alive'
  215.         TabOrder = 1
  216.         object Label6: TLabel
  217.           Left = 24
  218.           Top = 48
  219.           Width = 89
  220.           Height = 17
  221.           AutoSize = False
  222.           Caption = 'Send NOOP every'
  223.         end
  224.         object Label7: TLabel
  225.           Left = 168
  226.           Top = 48
  227.           Width = 169
  228.           Height = 17
  229.           AutoSize = False
  230.           Caption = 'seconds when there is  no activity.'
  231.         end
  232.         object CheckAlive: TCheckBox
  233.           Left = 24
  234.           Top = 24
  235.           Width = 137
  236.           Height = 17
  237.           HelpContext = 23
  238.           Caption = 'Keep Connection Alive'
  239.           Enabled = False
  240.           TabOrder = 0
  241.         end
  242.         object Noop: TEdit
  243.           Left = 116
  244.           Top = 46
  245.           Width = 33
  246.           Height = 21
  247.           HelpContext = 24
  248.           Enabled = False
  249.           ReadOnly = True
  250.           TabOrder = 1
  251.           Text = '120'
  252.         end
  253.         object UpDown2: TUpDown
  254.           Left = 149
  255.           Top = 46
  256.           Width = 15
  257.           Height = 21
  258.           HelpContext = 24
  259.           Associate = Noop
  260.           Enabled = False
  261.           Min = 1
  262.           Max = 300
  263.           Position = 120
  264.           TabOrder = 2
  265.           Thousands = False
  266.           Wrap = False
  267.         end
  268.       end
  269.     end
  270.   end
  271.   object ButHelp: TButton
  272.     Left = 240
  273.     Top = 312
  274.     Width = 75
  275.     Height = 25
  276.     Caption = '&Help'
  277.     TabOrder = 3
  278.     OnClick = ButHelpClick
  279.   end
  280. end
  281.